Seal GtkStatusBar.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:19 +0000 (11:07 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:19 +0000 (11:07 +0000)
svn path=/trunk/; revision=20594

gtk/gtkstatusbar.h

index 9a1ba4ef934ceec4a36131b9d01ec130081ce2f6..841e90d32c8eb8f1ffbea5987d6a3e3238ec8f3d 100644 (file)
@@ -51,18 +51,18 @@ struct _GtkStatusbar
 {
   GtkHBox parent_widget;
 
-  GtkWidget *frame;
-  GtkWidget *label;
+  GtkWidget *GSEAL (frame);
+  GtkWidget *GSEAL (label);
 
-  GSList *messages;
-  GSList *keys;
+  GSList *GSEAL (messages);
+  GSList *GSEAL (keys);
 
-  guint seq_context_id;
-  guint seq_message_id;
+  guint GSEAL (seq_context_id);
+  guint GSEAL (seq_message_id);
 
-  GdkWindow *grip_window;
+  GdkWindow *GSEAL (grip_window);
 
-  guint has_resize_grip : 1;
+  guint GSEAL (has_resize_grip : 1);
 };
 
 struct _GtkStatusbarClass